Problem solved :) Here I found the reason: https://crunchybagel.com/integrating-apple-music-into-your-ios-app/
Note: A developer token has a finite lifetime. The longest it can be valid for is 6 months. As such, it must be regenerated - either manually or automatically - periodically.
I made tokens with expiration of 4 years because I read that JWT can be with any expiration date :)
Topic:
Programming Languages
SubTopic:
Swift
Tags: